home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -screenplay- / utilities / jst / history.readme next >
Text File  |  1997-12-01  |  5KB  |  111 lines

  1. V0.8:
  2.        - LEAVECACHES tooltype added: no caches will be disabled, not even
  3.          68060 specific ones.
  4.        - EXECUTE tooltype added to allow to execute normal DOS programs
  5.          (like KillAGA) with 68060 support. Other tooltypes can be used
  6.          with it too (LEAVEVBR, LEAVECACHES, NOCACHES, NTSC).
  7.          Now JST can be used as a degrader
  8.        - Sprites are set to lores using the system at startup (thanx to Bert
  9.          Jahn for the routine).
  10.  
  11. V0.7:
  12.        - Simple execbase emulation added (developpers)
  13.        - Functions added to handle this emulation (developpers)
  14.  
  15. V0.6b (internal release):
  16.        - Bug removed: In HDLOAD mode JST could not load file in another directory
  17.          than current one. This is now fixed (only Kick 2.0+, sorry)
  18.        - Nasty bug found: if not enough mem for quit the game crashed because
  19.          of wrong stack relocation. Some people may have noticed the problem.
  20.        - Bug removed in interrupt aknowledge
  21.        - Removed long delay at startup in case of DELAY on.
  22.        - FIRE decruncher support added
  23.        - PatchExceptions behaviour change. Now can be used again in program to trap
  24.          exceptions only (programmers only)
  25.  
  26. V0.6a:
  27.        - Changed default stack location.
  28.  
  29. V0.6:
  30.        - Removed BENICE tooltype
  31.        - Removed joybutton press = LOWMEM (for people using joymouse)
  32.        - Added DEADLY tooltype
  33.        - Changed behaviour in case of unexpected interrupts. Now tries to acknowledge
  34.          the interrupts unless DEADLY is on. In this case, exits with an error
  35.          (thanks to Carlo Pirri for the accurate bug reports)
  36.        - Bugfix in 'registers.dat' file creation. Now extension memory is properly reported
  37.        - Added another stop sound command on quit
  38.        - assembled with optimize option
  39.  
  40. V0.5c:
  41.        - Bugfix in ReadFileHD for getlength command
  42.        - ReadUserDir() function added
  43.        - Now battery backed up clock is reloaded only on a quit from the game
  44.  
  45. V0.5b:
  46.        - bugfix in SaveOSData: ExecBase was not cleared if VBR was 0 or LEAVEVBR was on
  47.        - bugfix in arguments parsing on shareware version. Almost all tooltypes did not work!
  48.        - stack relocated to top of used chipmem in SaveOSData: Agony, BodyBlows original
  49.          & BodyBlows Galactic work on a standard A1200/020/NoFast, but some other loaders
  50.          needed to be recoded to work (Prince, Lotus...)
  51.        - all registers D0-A6 set to 0 in SaveOSData
  52.        - sprite dma disabled at bootup to avoid some display corruption
  53.  
  54. V0.5a:
  55.        - DMA set/clr bugfix in os swap routine
  56.        - WaitBOF function added (not functionnal yet)
  57.        - Better WaitBlit() routine
  58.  
  59. V0.5:
  60.        - Bugfix: intuition screen was not opened!
  61.        - More accurate exception handling (useful for coders/bug reports)
  62.        - Added TPWM decrunch routine (experimental, not tested)
  63.        - Changed ImploderDecrunch(). Now only registers D2-D5/A2-A4 are saved.
  64.  
  65. V0.4b:
  66.        - Sprites/display are reset better when an OS swap occurs (HDLOAD/LOWMEM mode)
  67.  
  68. V0.4a:
  69.        - JST now opens an intuition screen of 4 colors (vs 16 in older versions)
  70.        - Now JST does not allow system calls after SaveOSData (programmers only)
  71.        - BENICE tooltype added for compatibilty (users who have problems with old loaders)
  72.        - Removed a bug in argument parsing from CLI
  73.  
  74. V0.4:
  75.        - Now JST loads the clock from battery backed up clock if found (registered only)
  76.  
  77. V0.3 : JST is now SHAREWARE. Some features are only accessible to registered users.
  78.  
  79.        - 1.3 compatibility restored. SAVEDIR still unsupported
  80.        - VERBOSE tooltype added.
  81.        - RNC\02 unpack method added to RNCDecrunch()
  82.        - Alloc24BitMem() function added (for some games which do not like 32 bit fastmem)
  83.        - Read/Write/DeleteUserFileHD() functions added to support SAVEDIR
  84.        (developper(s?) please update your loaders which load/save user data to disk)
  85.        - Slightly changed DMA handling on os swaps
  86.        - Fixed a bug in dump register functionnality (DEBUG option)
  87.        - Now the display comes up and the dumps are written after (DEBUG option).
  88.        - SAVEDIR tooltype added (registered only)
  89.  
  90. V0.2e: 
  91.        - internal release
  92.  
  93. V0.2d:
  94.        - NOOSSWAP no longer forbids HDLOAD or LOWMEM. It's now a user flag
  95.  
  96. V0.2c:
  97.        - Fixed bug in LoadDisksFromName (Cadaver)
  98.        - Changed task name to "JOTDStartup"
  99.  
  100. V0.2b:
  101.        - Changed intuition screen depth from 8 colors to 16
  102.  
  103. V0.2a:
  104.        - fixed bug with LoadDisksIndex and LOWMEM (Superfrog intro)
  105.  
  106. V0.2: 
  107.        - first aminet release, few details changed
  108.  
  109. V0.1:
  110.        - developper release
  111.